projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6085ae1
)
*** empty log message ***
author
Kenichi Handa
<handa@m17n.org>
Tue, 16 Jan 2001 11:41:20 +0000
(11:41 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 16 Jan 2001 11:41:20 +0000
(11:41 +0000)
lisp/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index eef827ead7121a1e13e5ec2a5505e4267e72a50e..68246fb5455ac0090709f39e4a4b71149705fd1f 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,8
@@
2001-01-16 Kenichi Handa <handa@etl.go.jp>
+ * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
+ japanese-jisx0213-2 in `charset' property of this lang. env.
+
* language/european.el ("Latin-1"): Add description for Dutch and
Spanish lang. env.
diff --git
a/src/ChangeLog
b/src/ChangeLog
index b4f7fcffa475f1d690c8272b0b10fdb49d64903e..4aa69fdf45f220dcd120e20a697731583383b382 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-2,6
+2,8
@@
* ccl.c (Fregister_ccl_program): Handle the return value of
resolve_symbol_ccl_program correctly.
+ (CCL_Extension): Fix typo (originally CCL_Extention). Caller
+ changed.
2001-01-15 Gerd Moellmann <gerd@gnu.org>